28. Lab: Simulated Annealing (Optional)

An illustration of Simulated Annealing (*Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Hill_Climbing_with_Simulated_Annealing.gif)*)

An illustration of Simulated Annealing (Source: Wikimedia Commons)

In this optional exercise you can check your understanding of simulated annealing by implementing the algorithm in a Jupyter notebook and using it to solve the Traveling Salesman Problem (TSP) between US state capitals.

Once you're done, there's no need to submit (this is not a reviewed project), but feel free to share your results with others.

Good luck!